Client Setup
Assuming you are using a valid TMP4 client
-
Go to
Eternexus/rootin your client -
Edit the
serverinfo.pyfile -
Replace its content with the following
SERVER_NAME = "Metin2"SERVER_NAME_TEST = "Test"SERVER_IP = "127.0.0.1"SERVER_IP_TEST = "127.0.0.1"CH1_NAME = "CH1"PORT_1 = 13001PORT_AUTH = 11002PORT_MARK = 13000STATE_NONE = "..."STATE_DICT = {0 : "....",1 : "NORM",2 : "BUSY",3 : "FULL"}SERVER01_CHANNEL_DICT = {1:{"key":11,"name":CH1_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1, "state":STATE_NONE,},}SERVER02_CHANNEL_DICT = {1:{"key":21,"name":CH1_NAME,"ip":SERVER_IP_TEST,"tcp_port":PORT_1,"udp_port":PORT_1, "state":STATE_NONE,},}REGION_NAME_DICT = {0 : "",}REGION_AUTH_SERVER_DICT = {0 : {1 : { "ip":SERVER_IP, "port":PORT_AUTH, },}}REGION_DICT = {0 : {1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, },},}MARKADDR_DICT = {10 : { "ip" : SERVER_IP, "tcp_port" : PORT_MARK, "mark" : "10.tga", "symbol_path" : "10", },} -
Execute
EterNexus.exe -
Select
File>Pack Archiveand select therootfolder where theserverinfo.pyis -
Copy the created
root.eixandroot.epkto your clientspackfolder and overwrite the existing files